home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / os2 / comm2211.zip / COMBETA.DOC < prev    next >
Text File  |  1992-09-12  |  6KB  |  146 lines

  1.  
  2.  
  3.  
  4.           BETA RELEASE OF OS/2 COMMUNICATION DRIVERS        
  5.                                                                  (COM2211)
  6.  
  7.  
  8.  COM.SYS          09-08-92
  9.  VCOM.SYS       09-12-92
  10.  COMM.DRV      06-11-92
  11.  MODE.COM      08-06-92
  12.  
  13.  
  14.  IBM DISCLAIMS ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING
  15.  WITHOUT LIMITATION, WARRANTIES OF FITNESS AND MERCHANTABILITY WITH
  16.  RESPECT TO THE INFORMATION IN THIS DOCUMENT AND INCLUDED SOFTWARE
  17.  PRODUCTS.  . BY FURNISHING THIS MATERIAL, IBM GRANTS NO LICENSES TO ANY
  18.  RELATED PATENTS OR COPYRIGHTS.
  19.  
  20.  Copyright IBM Corporation, 1992, all rights reserved.
  21.  
  22.  
  23.  1.0       INSTALLATION PROCEDURE   
  24.  
  25.               a.    The following files will be replaced:
  26.  
  27.                     x:\OS2\COM.SYS
  28.                     x:\OS2\MODE.COM
  29.                     x:\OS2\MDOS\VCOM.SYS
  30.                     x:\OS2\MDOS\WINOS2\SYSTEM\COMM.DRV
  31.  
  32.               These files will be backed up with the extension *.392.  If 
  33.               files with this extension already exist, then NO BACKUP will 
  34.               take place.  The installation utility is assuming that you 
  35.               are using IBM OS/2 2.0 GA release drivers.  
  36.  
  37.               b.    Switch to the drive and directory where the BETA files 
  38.                     are located.
  39.  
  40.               c.    Enter "cominst  x:" at the command line where
  41.                     x: is the drive letter of the OS/2 Partition.
  42.  
  43.               d.    To DE-Install the BETA drivers communication driver, 
  44.                     Enter DEINSTL x: where x: is the drive letter of the
  45.                     OS/2 Partition.
  46.  
  47.  
  48.       2.0      DESCRIPTION OF DRIVERS
  49.  
  50.              The following is a brief description of the BETA
  51.              communication drivers for OS/2 2.0.  There are new
  52.              parameters for the COM.SYS which is located in the
  53.              CONFIG.SYS file.
  54.  
  55.         2.1      COM.SYS
  56.  
  57.              COM.SYS now has new parameters to indicate the COM port
  58.              number, the I/O address, the UNIQUE IRQ level and  how to
  59.              handle spurious interrupts.   An example follows:
  60.  
  61.              DEVICE=C:\OS2\COM.SYS (n,xxxx,ii,s) [(n,xxxx,ii,s)]...
  62.  
  63.  
  64.              where the last parameter is optional.
  65.  
  66.              n           :  COM port number (usually 3 and 4 but it is
  67.                             possible to configure any communication port to a
  68.                             differrent IRQ or I/O Address
  69.  
  70.              xxxx    :  COM port address
  71.  
  72.              ii          :  IRQ level
  73.                      
  74.              s         :  Spurious interrupt handling switch
  75.                            values:
  76.  
  77.                           D or d  to deinstall COM driver if
  78.                                        more than 1000 consecutive
  79.                                        spurious interrupts occur.
  80.  
  81.                           I or i     to ignore spurious interrupt.
  82.  
  83.                           P or p  to post error if more than 1000
  84.                                        consecutive interrupts occur.   When
  85.                                        posting an error, some DOS applications
  86.                                        can hang.
  87.  
  88.              NOTE    :   Some UART cips or malfunctioning modems can cause
  89.                                 interrupts when no interrupt is expected.  These
  90.                                 interrupts are known as spurious interrupts.
  91.  
  92.  
  93.               COM.SYS also has the following fixes:
  94.  
  95.              1. COM.SYS now uses a different algorithm to test for the
  96.                  presence of a communications port at the given address.
  97.                  There were certain cases where a port was not recognized.
  98.  
  99.              2. COM.SYS does not detect Hayes ESP card so that Hayes
  100.                  ESP card can be used as a regular dual asynch card.
  101.  
  102.  
  103.     2.2      VCOM.SYS
  104.  
  105.              No parameters or settings required.  This version of VCOM.SYS 
  106.              should work better with X00.SYS (and other similar
  107.              applications) when COM_DIRECT_ACCESS is ON.  COMDD.SYS (which 
  108.              is required by older DOS applications such as BASIC) should 
  109.              also perform better.  COMMDD.SYS is loaded into the DOS_DEVICE 
  110.              setting for a Virtual Dos Machine.
  111.  
  112.  
  113.     2.2.1    COM_DIRECT_ACCESS DOS property
  114.  
  115.              When COM_DIRECT_ACCESS is ON, VCOM.SYS will allow a DOS 
  116.              application to access the communication ports directly.  This 
  117.              DOS property makes LapLink III, FaskLynx, FSDUAT, AS/400 
  118.              Asynch Router, MS WORD work in VDM session.  However, since 
  119.              the buffers in COM.SYS cannot be used, characters may be lost 
  120.              and and some applications may suffer from the lack of 
  121.              buffering.  With most DOS applications, COM_DIRECT_ACCESS 
  122.              should be set to OFF as its default setting.  
  123.  
  124.  
  125.     2.2.2    COM_SELECT DOS Property
  126.  
  127.              COM_SELECT allows the DOS session to select only one 
  128.              communication port to be used by the session.  The 
  129.              communication ports which are not selected will be hidden from 
  130.              the DOS session.  There are some DOS applications which take 
  131.              over every available communication port.  This DOS property is 
  132.              effective in preventing those DOS applications from taking 
  133.              over all the communication ports.  An example of a DOS            
  134.              application which attempts to control all the communcication 
  135.              ports is LapLink Pro.  If LapLink Pro and another application 
  136.              which accesses a communication port are executed at the same 
  137.             time, it is necessary to set COM_SELECT.  The default setting 
  138.              is ALL.
  139.  
  140.  
  141.     2.3      COMM.DRV
  142.  
  143.              COMM.DRV contains the support for COM3 and COM4 in WinOS2.  
  144.              This COMM.DRV requires the new VCOM.SYS.  
  145.  
  146.